home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C++ / Applications / Nuntius 1.2 / src / MyToolSource / FailInfoTemplate next >
Encoding:
Text File  |  1993-04-06  |  91 b   |  11 lines  |  [TEXT/MPS ]

  1.     FailInfo fi;
  2.     if (fi.Try())
  3.     {
  4.         
  5.         fi.Success();
  6.     }
  7.     else // fail
  8.     {
  9.         fi.ReSignal();
  10.     }
  11.